home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / CHARMILL.E2 < prev    next >
Text File  |  1996-04-01  |  2KB  |  79 lines

  1. name Charmilles EDM 2 Axis 
  2.  
  3. B 00 %
  4. L >4
  5. N 3
  6. G 2
  7. X -2>5
  8. Y -2>5
  9. Z -3>4
  10. I 2>5
  11. J 2>5
  12. Q ->3.>4
  13. R ->3.>4
  14. P ->3.>4
  15. K ->3.>4
  16. H >2
  17. D >2
  18. T >2
  19. M 2
  20. S >4
  21.  
  22. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  23.  
  24. ModalLetters                          # List of letters that are modal    
  25.  
  26. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  27. Spaces? N                             # Y or N  'Spaces between words     
  28. First#? N                             # Y or N  'Output 1st sequence no.  
  29.  
  30. HCode X                               # X or X U  'Horizontal char.       
  31. VCode Y                               # Y or Y V  'Vertical char.         
  32.  
  33. Comment ( )                           # Begin End comment char.           
  34.  
  35. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  36. Coolant 8 9 7                         # On, Off & Mist m codes            
  37. DComp 41 42 40                        # Left, Right & Cancel m codes      
  38.  
  39. Incremental? Y                        # Y or N  'Inc or abs output        
  40. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  41. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  42.  
  43. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  44.  
  45. Work G                                # Work offset register              
  46.  
  47. CtrCode I J                           # I J or R or I J K L               
  48.  
  49. Feed G1                             # Linear move                       
  50. Rapid G0                            # Rapid positioning word            
  51. Cw G2                               # Circular move clockwise           
  52. Ccw G3                              # Circular move counter clockwise   
  53.  
  54. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  55.  
  56. StartCode                             # Start of the program              
  57. B00
  58. End
  59.  
  60. 1stToolChange                         # First tool change                 
  61. End
  62.  
  63. Infeed                                # Enable cutter comp                
  64. G[Side] X[H] Y[V] D[DComp]
  65. end
  66.  
  67. Outfeed                               # Disable cutter comp               
  68. G40 X[H] Y[V]
  69. end
  70.  
  71. ToolChange                            # Secondary tool changes            
  72. End
  73.  
  74. EndCode                               # End of the program                
  75. M2
  76. B00
  77. End
  78.  
  79.